app instances
List all apps
get/v1/apps
Query parameters
pageinteger
sizeinteger
sortBystring
orderBystring
statusInstring[]
searchTermstring
workflowNamestring
Headers
X-Fieldsstring mask
An optional fields mask
Response
Success
Example response
{
"apps": [
{
"visibility": "PRIVATE",
"workerRole": "LABELER",
"ownerType": "USER"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.