cURL
curl --request GET \ --url https://platform.happyrobot.ai/api/v1/use-cases/{use_case_id} \ --header 'authorization: <authorization>' \ --header 'x-organization-id: <x-organization-id>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "icon": "<string>", "name": "<string>", "source_use_case_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "slug": "<string>", "order": 123, "run_columns": [ { "group_id": "<string>", "variable_id": "<string>", "name": "<string>" } ], "timestamp": "2023-11-07T05:31:56Z", "data_retention_days": 123, "webhooks": "<any>" }
Query a use case and it’s details by ID
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
The organization ID to use for the request. Required if your user is associated to more than one organization.
200
A use case.
Was this page helpful?