Skip to main content
GET
Poll an async operation
Product: Video Datalake Host: https://api.memories.ai/datalake/v1 Auth: Authorization: sk-mai-...
Poll any async task (ingest / delete / move). Only trust done. A non-null error means failure (including partial). Ingest progress runs preprocess → index → derive.
Pricing: Free — management / read (no charge). · See Pricing for the full model.

Response Fields

boolean
The only completion signal. Poll until true.
string
ingest | video_delete | collection_delete | …
object
Ingest: {preprocess, index, derive, percent}; delete: {purge, percent}.
object
Non-null {code, message} on failure.

Authorizations

Authorization
string
header
required

Send Authorization: sk-mai-...

Path Parameters

id
string
required

Operation ID (op_ prefix).

Response

200 - application/json

Success