Retrieve the status of an relations export for a project
GET
/api/v4/projects/{id}/export_relations/status
Retrieves the status of a relations export for a project.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” relation
string
Project relation name
Responses
Section titled “ Responses ”OK
Media type application/json
object
relation
string
status
string
error
string
updated_at
string format: date-time
batched
boolean
batches_count
integer
total_objects_count
integer
batches
object
status
string
batch_number
integer
objects_count
integer
error
string
updated_at
string format: date-time
Example
{ "relation": "issues", "status": "started", "error": "Error message", "updated_at": "2012-05-28T04:42:42-07:00", "batched": true, "batches_count": 2, "total_objects_count": 100, "batches": { "status": "started", "batch_number": 1, "objects_count": 100, "error": "Error message", "updated_at": "2012-05-28T04:42:42-07:00" }}Bad Request
Unauthorized
Forbidden
Not found
Service unavailable