cURL
curl --request GET \ --url https://backend.clipvision.ai/api/user/tasks/status/ \ --header 'Authorization: Basic <encoded-value>'
[ { "task_id": 1, "task_name": "Test Task", "status_id": 1, "status_description": "Test Task Description", "task_advancement": "0%", "task_result": "Usually video object." } ]
This API endpoint allows retrieval of all tasks associated with a user filtered by a specific status.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successfully retrieved the user tasks with status