Skip to main content
GET
Get Task Status
Product: Visual Agents Use case: Managed endpoints powering Memories.ai’s open-source video search and editing agents (queries, video clipping/editing, screenplay extraction) Host: https://mavi-backend.memories.ai/serve/api/v2 Auth: Authorization: sk-mavi-... (no Bearer prefix)
This endpoint returns the current status of a screenplay extraction task, including progress information for running tasks and error details for failed tasks.

Code Examples

Path Parameters

Response

Response Parameters

Task Status Values

Notes

  • Poll this endpoint to track progress of long-running tasks
  • When status is "completed", use the Download Task Result endpoint to download the output files
  • The progress field is only available when the task is in "running" status

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

task_id
string
required

The screenplay task ID

Example:

"ros-sd-20260313-a3f8c2b1"

Response

200 - application/json

Task status retrieved successfully

code
integer

Response code indicating the result status

Example:

200

msg
string

Response message

Example:

"success"

data
object
success
boolean

Indicates whether the API call was successful

Example:

true

failed
boolean

Indicates whether the API call failed

Example:

false