stores

[DEPRECATED] List store files

DEPRECATED: Use POST /stores/{store_identifier}/files/list instead

get/v1/stores/{store_identifier}/files

Path parameters

string required
OR
string uuid required

The ID or name of the store

Query parameters

limitinteger

Maximum number of items to return per page (1-100)

Example:10

Maximum number of items to return per page (1-100)

afterstring nullable

Cursor for forward pagination - get items after this position. Use last_cursor from previous response.

Example:eyJjcmVhdGVkX2F0IjoiMjAyNC0xMi0zMVQyMzo1OTo1OS4wMDBaIiwiaWQiOiJhYmMxMjMifQ==

Cursor for forward pagination - get items after this position. Use last_cursor from previous response.

beforestring nullable

Cursor for backward pagination - get items before this position. Use first_cursor from previous response.

Example:eyJjcmVhdGVkX2F0IjoiMjAyNC0xMi0zMVQyMzo1OTo1OS4wMDBaIiwiaWQiOiJhYmMxMjMifQ==

Cursor for backward pagination - get items before this position. Use first_cursor from previous response.

include_totalboolean

Whether to include total count in response (expensive operation)

Whether to include total count in response (expensive operation)

sort_by'created_at' | 'filename' | 'usage_bytes' | 'usage_tokens'

Field to order the files by

Example:created_at

Field to order the files by

sort_order'asc' | 'desc'

Direction of the sort

Example:desc

Direction of the sort

statusesJobStatus[] nullable

Status to filter by

Status to filter by

Response

The list of store files

object'list'

The object type of the response

Changes

Changed in 3 of the 30 revisions of this API.49

    • ○

      added the new optional query request parameter sort_by

      new-optional-request-parameter

    • ○

      added the new optional query request parameter sort_order

      new-optional-request-parameter

  • 957bf8ec8df844See the full diff
    • ▲

      added to the /////// response property oneOf list for the response status

      response-property-one-of-added

    • ▲

      added to the /////// response property oneOf list for the response status

      response-property-one-of-added

    • ▲

      added to the /////// response property oneOf list for the response status

      response-property-one-of-added

    • ▲

      added to the /////// response property oneOf list for the response status

      response-property-one-of-added

    • ○

      added csv discriminator mapping keys to the /////// response property for the response status

      response-property-discriminator-mapping-added

    • ○

      added csv discriminator mapping keys to the /////// response property for the response status

      response-property-discriminator-mapping-added

    • ○

      added csv discriminator mapping keys to the /////// response property for the response status

      response-property-discriminator-mapping-added

    • ○

      added csv discriminator mapping keys to the /////// response property for the response status

      response-property-discriminator-mapping-added

    • ○

      added the optional property ////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ////// to the response with the status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog