List dome configs for the team; optional filter by bound agent_id column.
cURL
curl --request GET \ --url https://api.example.com/v1/dome-configs
{ "dome_configs": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": 123, "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "config_body": {}, "dome_instance_url": "<string>", "updated_at": 123, "updated_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "count": 123 }
Team ID (required)
If set, only configs whose dome_configs.agent_id matches (paginated).
Page size
1 <= x <= 1000
Pagination offset
x >= 0
Successful Response
Response model for listing Dome configurations.
Hide child attributes
Was this page helpful?