Skip to main content
GET
抽出ジョブの状態を取得する
注意: 機能とパフォーマンスが向上した v2 版 API が利用可能です。

承認

Authorization
string
header
必須

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

パスパラメータ

id
string<uuid>
必須

抽出ジョブのID

レスポンス

200 - application/json

成功時のレスポンス

data
object
expiresAt
string<date-time>
status
enum<string>

抽出ジョブの現在のステータス

利用可能なオプション:
completed,
processing,
failed,
cancelled
success
boolean