Skip to main content
GET
/
local-file-groups
/
{id}
Get local file group
curl --request GET \
  --url https://developer.qaip.com/api/v1/local-file-groups/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "status": "unknown",
  "upload_time": 123,
  "creation_time": 123,
  "start_time": 123,
  "end_time": 123,
  "error": {
    "title": "<string>",
    "message": "<string>"
  },
  "metadata": {}
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

id
string
required

Response

Successful retrieval of local file group

id
string
required

Local file group ID

name
string
required

Local file group name

status
enum<string>
required

Job status

Available options:
unknown,
queued,
not_started,
managed,
starting,
started,
success,
failure,
canceling,
canceled,
deleting,
delete_job_failure
upload_time
integer<int64>

Upload time (Unix timestamp in seconds)

creation_time
integer<int64>

Creation time (Unix timestamp in seconds)

start_time
integer<int64>

Start time (Unix timestamp in seconds)

end_time
integer<int64>

End time (Unix timestamp in seconds)

error
object
metadata
object

Additional metadata for the local file group