Task Management
The Aana API provides a set of endpoints to manage tasks related to video processing, such as indexing and analysis. These endpoints allow you to track the status of your tasks, retry failed tasks, and delete completed tasks.
Task Management Endpoints
Aana API offers several endpoints for managing tasks:
- GET /tasks: List all tasks.
- GET /tasks/count: Count tasks by status.
- GET /tasks/{task_id}: Retrieve a specific task by its task ID.
- DELETE /tasks/{task_id}: Delete a specific task by its task ID.
- POST /tasks/{task_id}/retry: Retry a failed task by its task ID.