agent-knowledge
Get Task Status
Get the status of a background task.
Use this to track:
- Knowledge base processing
- Document uploads
- URL ingestion
Status values:
pending: Task queued but not startedrunning: Task is currently processingcompleted: Task finished successfullyfailed: Task encountered an error
Example:
GET /agents/tasks/task_abc123
GET
Get Task Status
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Get Task Status