Async Endpoints
Query Async Task
Query the status of an asynchronous task.
POST
The task query endpoint allows you to check the status and retrieve results of your background tasks.
Base URL
Authentication
All requests require a Bearer token in the Authorization header.
Task Flow
- Create a task using
/mesh_task_create
- Query task status using
/mesh_task_query
until completion
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
JSON payload for querying task status
Task identifier to query