Listing Segments
Return a list of segments according to specified conditions.
POST
http
://api.ants.tech/access/api/segment/listing
Request
Body
page
(*) Page number of the listinglimit
(*) Maximum number of items per pagesearch
Keyword to search the Segment (can be the segment name or ID)columns
(*): Columns to be retrieved in the listing. Chosen from the list below:
c_user_id
compute_schedule
compute_schedule_end
compute_schedule_start
ctime
item_type_id
label_ids
last_processed_date
process_status
response_code
segment_display
segment_id
segment_size
source_names
status
storage_type
u_user_id
update_method
utime
sort
[optional]: Column to sort the listing result (default:u_user_id
)sd
[optional]: Sort direction for the listing result (default:desc
)desc
: Descending orderasc
: Ascending order
filters
: Filter the listing based on conditionsOR
: Filter conditions using OR logicAND
: Filter conditions using AND logiccolumn
: Name of the column to filterdata_type
: Data type of the columnoperator
: Operator used for filteringvalue
: Value to filter by
Headers
Authorization*
Bearer <ACCESS_TOKEN>
Response
entries
: List of segmentsmeta
:perPage
: Number of items to limit when retrieving the listtotal
: Total number of segments
Last updated