Skip to main content
GET
List describe jobs for a segmentation

Authorizations

Authorization
string
header
required

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

Path Parameters

segmentation_id
string<uuid>
required

The ID of the segmentation job

Query Parameters

include_data
boolean

Include the describe data in the response. If false, only job information is returned. Defaults to false.

response_format
enum<string>

Output format for the describe data

Available options:
json,
markdown
limit
integer

Number of items to return

Required range: 1 <= x <= 100
offset
integer

Offset from the start of the list

Required range: x >= 0
include_metadata
boolean
default:false

Include the file's user-defined metadata and source metadata. In markdown these render as a ## Metadata section; in JSON they populate file.metadata and file.source_metadata.

Response

List of describe outputs for the segmentation

object
enum<string>
required

Object type, always 'list'

Available options:
list
data
object[]
required

Array of describe job objects

total
integer
required

Total number of describe jobs matching the query

limit
integer
required

Number of items returned in this response

offset
integer
required

Offset from the start of the list