Skip to main content
GET
List Executor Configurations

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parâmetros de consulta

status
string

Filter results by status: unconfigured, configured, tested, active, or disabled.

limit
integer
padrão:10

Maximum number of items to return per page. Defaults to 10. Must be between 1 and 100.

Intervalo obrigatório: 1 <= x <= 100
cursor
string

Cursor for pagination. Use the value from the nextCursor field in a previous response to retrieve the next page.

sortBy
enum<string>
padrão:createdAt

Field to sort results by.

Opções disponíveis:
createdAt,
updatedAt,
name
sortOrder
enum<string>
padrão:DESC

Sort direction. Use ASC for ascending or DESC for descending.

Opções disponíveis:
ASC,
DESC

Resposta

Indicates that the request was successful and the response contains the requested data.

hasMore
boolean

Indicates whether more pages are available.

Exemplo:

false

items
object[]

List of executor configurations in the current page.

nextCursor
string

Cursor for the next page.

Exemplo:

""