v1
latestOpenAPI 3.1.02026-07-26125062.1 KBExtract
/extract/:id
[BETA] The GET /extract/:id method, with extract task identifier, retrieves a specific extract task information.
get/v1/extract/{id}
Path parameters
idstring required
Response
Extract task details.
Example response
{
"createdAt": "2026-01-01T00:00:00.000Z",
"id": "01234-abcd-56789",
"status": "completed",
"updatedAt": "2026-01-01T00:00:00.000Z",
"input": {
"url": "https://example.com/team"
}
}