curl --request GET \
--url https://api.verial.ai/environments \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"_meta": {
"next": "<string>",
"prev": "<string>",
"limit": 123
}
}Retrieve environments in your organization.
curl --request GET \
--url https://api.verial.ai/environments \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"_meta": {
"next": "<string>",
"prev": "<string>",
"limit": 123
}
}API key passed as a Bearer token.
Pagination cursor for the next page of results.
Number of items per page (1-100, default 20).
1 <= x <= 100