List all entities

This method returns a list of entities from all entity collections. This is an internal API primarily used by the search interface.

Headers

x-api-keystringRequired

Query parameters

pageintegerOptionalDefaults to 1

A number that identifies the page to retrieve.

Default: 1.

page_limitintegerOptionalDefaults to 10

The number of items to return on each page.

Default: 10. Max: 50.

namestringOptional
Filter entities by name.
statusenumOptional
Filter entities by status.
Allowed values:
sort_byenumOptionalDefaults to created_at
Field to sort by.
Allowed values:
sort_optionstringOptionalDefaults to desc

The sorting direction. The following options are available:

  • asc
  • desc

Default: desc.

Response

The entities have been successfully retrieved.
datalist of objects or null
An array containing the entities.
page_infoobject or null
An object that provides information about pagination.

Errors