v1
Get Task (legacy)
GET
Authorizations
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Path Parameters
Scale's unique identifier for the task.
Example:
"task_abc123"
Response
200 - application/json
List of completed tasks.
Unique identifier for the task.
Example:
"123"
Timestamp when the task was created.
Example:
"2024-01-01T00:00:00.000Z"
Type of the task
Example:
"chat"
Additional parameters for the task.
Response object containing task output.
Example:
{
"responses": [
{ "type": "Instructions", "output": "" },
{
"type": "PromptInput",
"output": "test prompt"
}
]
}