v13
OpenAPI 3.0.32026-07-31359869.4 MBLists all Shared Environment Variables for a team
Lists all Shared Environment Variables for a team, taking into account optional filters.
Query parameters
Filter SharedEnvVariables that belong to a project
Filter SharedEnvVariables that belong to a project
Filter SharedEnvVariables based on comma separated ids
Filter SharedEnvVariables based on comma separated ids
Filter SharedEnvVariables based on comma separated ids
Filter SharedEnvVariables based on comma separated ids
Filter SharedEnvVariables based on comma separated ids
Filter SharedEnvVariables based on comma separated ids
Filter SharedEnvVariables that belong to a project
Filter SharedEnvVariables that belong to a project
Filter SharedEnvVariables that belong to a project
Filter SharedEnvVariables that belong to a project
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Response
Example response
{
"data": [
{
"created": "2021-02-10T13:11:49.180Z",
"key": "my-api-key",
"ownerId": "team_LLHUOMOoDlqOp8wPE4kFo9pE",
"id": "env_XCG7t7AIHuO2SBA8667zNUiM",
"createdBy": "2qDDuGFTWXBLDNnqZfWPDp1A",
"deletedBy": "2qDDuGFTWXBLDNnqZfWPDp1A",
"updatedBy": "2qDDuGFTWXBLDNnqZfWPDp1A",
"createdAt": 1609492210000,
"deletedAt": 1609492210000,
"updatedAt": 1609492210000,
"projectId": [
"prj_2WjyKQmM8ZnGcJsPWMrHRHrE",
"prj_2WjyKQmM8ZnGcJsPWMrasEFg"
],
"type": "encrypted",
"target": [
"production"
]
}
],
"pagination": {
"count": 20,
"next": 1540095775951,
"prev": 1540095775951
}
}