curl --request GET \
--url https://api.hubapi.com/cms/source-code/2026-03/extract/async/tasks/{taskId}/status \
--header 'Authorization: Bearer <token>'{
"completedAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"links": {},
"requestedAt": "2023-11-07T05:31:56Z"
}最初の「extract/async」リクエストから返される「taskId」で抽出のステータスを取得します。
curl --request GET \
--url https://api.hubapi.com/cms/source-code/2026-03/extract/async/tasks/{taskId}/status \
--header 'Authorization: Bearer <token>'{
"completedAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"links": {},
"requestedAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
ステータスが取得されるタスクの一意の識別子です。整数値です。
successful operation
アクションが完了した日時を示すタイムスタンプ。
アクションが開始された日時を示すタイムスタンプ。
次の値を取り得る、アクションの現在のステータス:CANCELED、COMPLETE、PENDING、PROCESSING。
CANCELED, COMPLETE, PENDING, PROCESSING エラーまたは推奨の修正手順に関するドキュメントが含まれる関連付けられたURIへのリンク名の対応付け
Show child attributes
アクションが要求された日時を示すタイムスタンプ。