API Endpoints
Get task metadata
Retrieve metadata and status information for a specific task using its session ID. This includes execution status, timestamps, and progress logs.
GET
Get task's metadata.
Authorizations
Insert API token, use the format: apikey <API-TOKEN>.
Path Parameters
Insert your task’s session ID located in your Projects dashboard.
Previous
Get task resultsFetch the final results of a completed task, including output, metadata, and console logs. Use the session ID to identify the task.
Next
Get task's metadata.