CMS
Deutsch
cURL
curl --request GET \ --url https://api.hubapi.com/cms/v3/source-code/extract/async/tasks/{taskId}/status \ --header 'Authorization: Bearer <token>'
{ "completedAt": "2023-11-07T05:31:56Z", "requestedAt": "2023-11-07T05:31:56Z", "startedAt": "2023-11-07T05:31:56Z", "links": {}, "status": "PENDING" }
最初の「extract/async」リクエストから返される「taskId」で抽出のステータスを取得します。
content
The access token received from the authorization server in the OAuth 2.0 flow.
最初の「extract/async」リクエストから返される抽出タスクID。
successful operation
The response is of type object.
object