List ingestion statuses for all artifacts in a corpus
Authorization
BearerAuth AuthorizationBearer <token>
MagickMind API key (mm_...) or user JWT, sent as Authorization: Bearer <token>. /v1/chat/completions accepts an API key only. JWTs (not mm_ keys) may alternatively be passed as a ?token= query parameter.
In: header
Path Parameters
corpus_id*string
Query Parameters
artifact_ids?array<string>
cursor?string
limit?integer
Default
20Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/corpus/string/artifacts/status?limit=20"{ "paging": { "cursors": { "after": "string", "before": "string" }, "has_more": true, "has_previous": true }, "statuses": [ { "artifact_id": "string", "content_length": 0, "content_summary": "string", "created_at": "string", "error": "string", "status": "string", "updated_at": "string" } ]}{ "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "request_id": "string", "errors": [ { "field": "string", "message": "string" } ] }}{ "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "request_id": "string", "errors": [ { "field": "string", "message": "string" } ] }}