cURL
curl --request GET \ --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id}/ingest/{job_id} \ --header 'Authorization: Bearer <token>'
{ "job_id": "<string>", "status": "<string>", "job_type": "<string>", "encrypted": false, "result": {}, "error_message": "<string>", "retry_count": 0, "parent_job_id": "<string>", "chunk_index": 123, "children": {}, "created_at": "<string>", "started_at": "<string>", "completed_at": "<string>" }
Get the status of an ingestion job, including child job summary.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response