curl --request GET \
--url https://api.example.com/insight/{rec_id}/meta \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"status": "<string>",
"available_versions": {},
"size_mb": 123,
"file_extension": "<string>",
"is_public": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"participants_count": 123,
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"file_info": {},
"processing_stats": {}
}Get lightweight metadata for a record.
Query parameters:
curl --request GET \
--url https://api.example.com/insight/{rec_id}/meta \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"status": "<string>",
"available_versions": {},
"size_mb": 123,
"file_extension": "<string>",
"is_public": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"participants_count": 123,
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"file_info": {},
"processing_stats": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Show child attributes
Was this page helpful?