cURL
curl --request GET \ --url https://stream-configuration-service.vatis.tech/stream-configuration-service/api/v1/processor-declarations \ --header 'Authorization: Bearer <token>'
{ "totalPages": 123, "totalElements": 123, "pageable": { "paged": true, "unpaged": true, "pageNumber": 123, "pageSize": 123, "offset": 123, "sort": { "unsorted": true, "sorted": true, "empty": true } }, "numberOfElements": 123, "size": 123, "content": [ { "id": "<string>", "displayName": "<string>", "description": "<string>", "clusterDomainNameTemplate": "<string>", "podsDiscoveryClusterDomainName": "<string>", "revision": "<string>", "propertiesSchema": "<string>", "inputSchemas": [ "<string>" ], "outputSchema": "<string>", "features": { "support": [ "<string>" ], "require": [ "<string>" ], "implement": [ "<string>" ], "requireSupport": [ "<string>" ] }, "operationType": "BATCH_TRANSCRIPTION" } ], "number": 123, "sort": { "unsorted": true, "sorted": true, "empty": true }, "first": true, "last": true, "empty": true }
Retrieves all the processor declarations the user can access in a paginated manner
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number
0
Page size
10
Success
Show child attributes