Skip to main content
GET
/
io.pocketenv.file.getFile
cURL
curl --request GET \
  --url https://api.pocketenv.io/xrpc/io.pocketenv.file.getFile \
  --header 'Authorization: Bearer <token>'
{
  "file": {
    "id": "<string>",
    "path": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pocketenv.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

The ID of the file to retrieve.

Response

OK

file
object