Skip to main content
GET
/
v2
/
kb
/
crawl-jobs
Get Crawl Jobs
curl --request GET \
  --url http://localhost:3000/api/v2/kb/crawl-jobs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "status": "<string>",
    "progress": 123,
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

studioId
string
required
workspaceId
string
required

Response

List of crawl jobs

id
string
status
string
progress
number
createdAt
string<date-time>
I