Operations
List Tasks
Path Parameters
namespace
string
requiredNamespace of the content
extraction_graph
string
requiredExtraction graph name
extraction_policy
string
requiredExtraction policy name
Query Parameters
content_id
string
Filter by content ID
outcome
enum<string>
Filter by task outcome
Available options:
pending
, success
, failure
, all
start_id
string
Pagination start ID. Omit to start from beginning. To continue iteration, specify id of the last task in the previous response
limit
integer
Maximum number of items to return
return_total
boolean
Whether to return total count
Response
200 - application/json
tasks
object[]
requiredList of tasks
total
integer
requiredTotal number of tasks
Was this page helpful?