v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBContent - Tasks
Get a Specific Task
This endpoint retrieves all tasks.<br><br><h3>Required Scope</h3>content:read or content:write
get/api/v2/content/tasks/{id}
Path parameters
idstring required
The ID of the task to retrieve.
Response
Success
Example response
{
"data": {
"attributes": {
"groups-with-access": [],
"groups-with-access-ids": []
}
}
}