List genies
Returns a list of genies.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query Parameters
folder_id
The ID of the folder where the genie resides.
project_id
The ID of the project where the genie resides.
state
The state of the genie. For example: active or inactive.
Allowed values:
page
Page number of the genies to fetch. Minimum value is 1.
per_page
Number of genies to return in a single page. Minimum value is 1. Maximum value is 50.
Response
List of genies retrieved successfully
id
The unique identifier of the genie.
name
The name of the genie.
state
The state of the genie.
Allowed values:
folder_id
The ID of the folder where the genie resides.
project_id
The ID of the project where the genie resides.