Retrieve a paginated list of files for the authenticated organization
Send your access token as header Authorization: Bearer {accessToken}
Your API key that starts with sk_live or sk_test. You can create yours at go.bitgpt.xyz/api-keys.
Maximum number of files to return
Number of files to skip for pagination
x >= 0Search term to filter files by name
Filter files by type
image, document, video, audio, archive, general Files list retrieved successfully
Response containing a paginated list of files
Status code of the response
200, 201, 202 Response data containing the requested object
Message of the response, human readable
"Resource created successfully"
API environment
development, production Error message of the response, human readable
"Invalid email address"
Useful informaiton, not always present, to debug the response
{ "request_id": "req_1234567890" }
"Some pertinent log message"
Validator response object, each key is the field name and value is the error message
{
"email": "Invalid email address",
"password": "Password is required"
}
Support ID linked to the response, used to identify it when talking with our team
"support_uuidv7-something-else"