For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get task result

Get a task result

get

Get a task result. Returns a JSON result or redirects to a resource if the result is a file. Access: OPS, SVC, VENDOR, CLIENT.

Path parameters
idstringRequired

The task ID.

Responses
200

OK

application/json
anyOptional
get/public/v1/system/tasks/{id}/result
GET /public/v1/system/tasks/{id}/result HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "BUY-1190-0394",
  "name": "AdAstralflex Argentina",
  "revision": 9,
  "status": "Active"
}

Last updated

Was this helpful?