Skip to content
Hound Documentation
Main Navigation
Getting Started
Appearance
Menu
Return to top
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
200
400
500
OK
Content-Type
application/json
Schema
JSON
JSON
{
"data"
:
{
"limit"
:
0
,
"offset"
:
0
,
"tasks"
:
[
]
,
"total_records"
:
0
}
,
"status"
:
"success"
}
GET
/api/v1/ingest
Playground
Variables
Key
Value
status
limit
offset
Try it out
Samples
Powered by
VitePress OpenAPI