Skip to main content
GET
List Executor Configurations

Autorizaciones

Authorization
string
header
requerido

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
predeterminado:10

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

Rango requerido: 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>
predeterminado:createdAt

Field to sort results by.

Opciones disponibles:
createdAt,
updatedAt,
name
sortOrder
enum<string>
predeterminado:DESC

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

Opciones disponibles:
ASC,
DESC

Respuesta

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

hasMore
boolean

Indicates whether more pages are available.

Ejemplo:

false

items
object[]

List of executor configurations in the current page.

nextCursor
string

Cursor for the next page.

Ejemplo:

""