v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
integrations

listUseCaseHistory

Retrieve historical versions of a use case's configuration. History entries are returned in reverse chronological order (newest first). Use the 'cursor' parameter for pagination to fetch additional entries.

get/v1/integrations/{integrationId}/use-cases/{useCaseId}/history

Path parameters

integrationIdstring uuid required

The integration ID

useCaseIdstring uuid required

The use case ID

Query parameters

cursorstring

Opaque pagination cursor. Pass the 'next_cursor' value from a previous response to fetch the next page of results.

Response

Successfully retrieved use case history

next_cursorstring

Opaque cursor for fetching the next page. Absent if no more pages.