API ReferenceBridge
Get task details
Returns details for a specific task.
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Api-Key <your_api_key>
In: header
Path Parameters
app_external_uuid*string
Format
uuidtask_id*string
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://developer.idenhq.com/org/{tenant_slug}/api/v1/bridge/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"action": "string",
"resource_type": "string",
"status": "string",
"execute_after": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"payload": {
"account": null,
"memberships": null,
"changes": null
}
}{
"detail": "string"
}