List genies

Returns a list of genies.

Headers

AuthorizationstringRequired

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

Query parameters

folder_idstringOptional
The ID of the folder where the genie resides.
project_idstringOptional
The ID of the project where the genie resides.
stateenumOptional

The state of the genie. For example: active or inactive.

Allowed values:
pageintegerOptional>=1

Page number of the genies to fetch. Minimum value is 1.

per_pageintegerOptional>=1<=50

Number of genies to return in a single page. Minimum value is 1. Maximum value is 50.

Response

List of genies retrieved successfully
idstring or null
The unique identifier of the genie.
namestring or null
The name of the genie.
stateenum or null
The state of the genie.
Allowed values:
folder_idstring or null
The ID of the folder where the genie resides.
project_idstring or null
The ID of the project where the genie resides.

Errors