local-file-groups

Get local file group

Returns a single local file group by ID.

Required scope: `ingestion:manage`

get/local-file-groups/{id}

Path parameters

idstring required

Response

Successful retrieval of local file group

idstring required

Local file group ID

namestring required

Local file group name

status'unknown' | 'queued' | 'not_started' | 'managed' | 'starting' | 'started' | 'success' | 'failure' | 'canceling' | 'canceled' | 'deleting' | 'delete_job_failure' required

Job status

upload_timeinteger

Upload time (Unix timestamp in seconds)

creation_timeinteger

Creation time (Unix timestamp in seconds)

start_timeinteger

Start time (Unix timestamp in seconds)

end_timeinteger

End time (Unix timestamp in seconds)

chunk_metadatas_countinteger

Number of chunk metadata records extracted for this local file group

Changes

Changed in 4 of the 71 revisions of this API.24

    • added the optional property to the response with the status

      response-optional-property-added

    • the response property became nullable for the status

      response-property-became-nullable

    • the response's property type changed from object to no type for status

      response-property-type-changed

    • added to the response property allOf list for the response status

      response-property-all-of-added

    • added the optional property to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added

Of the 71 revisions, 18 have no diff computed.