Skip to main content
GET
エージェントジョブのステータスを取得

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

jobId
string<uuid>
必須

エージェントジョブのID

レスポンス

200 - application/json

成功時のレスポンス

success
boolean
status
enum<string>
利用可能なオプション:
processing,
completed,
failed
data
object

抽出されたデータ(ステータスが completed の場合にのみ存在)

model
enum<string>
デフォルト:spark-1-pro

エージェント実行時に使用されたモデルプリセット

利用可能なオプション:
spark-1-pro,
spark-1-mini
error
string

エラーメッセージ(status が failed の場合にのみ含まれます)

expiresAt
string<date-time>
creditsUsed
number