Skip to content

Get Ingest Tasks

GET
/api/v1/ingest

Parameters

Query Parameters

status

Comma separated status

Type
string
limit

Limit

Type
integer
offset

Offset

Type
integer

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"limit": 0,
  
  
"offset": 0,
  
  
"tasks": [
  
  
],
  
  
"total_records": 0
  
},
  
"status": "success"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI