cURL
curl --request GET \ --url 'https://partner-api.ochy-prod.com/analysis/subjects/{subject_id}?apiKey='
{ "analysis_ids": [ { "id": "3dde3402-94d7-462e-a784-9306207108dd", "status": "success" }, { "id": "3ea20fb3-e918-4d98-94ca-7477cedae9ed", "status": "success" }, { "id": "6af9c095-01c6-45d0-a290-26d9080df622", "status": "analyzing" } ], "count": 3 }
Retrieve all analysis IDs and their statuses for a specific subject. The subject must belong to the authenticated partner and must not be deleted.
Your API key, passed as a query parameter on every request.
Subject ID.
List of analysis IDs for the subject.
Show child attributes
3