Skip to main content
GET
/
v1
/
flow
/
events
/
files
/
{file_id}
Get file event
curl --request GET \
  --url https://flow.seekr.com/v1/flow/events/files/{file_id} \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": 123,
      "type_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Path Parameters

file_id
string
required

Response

Successful Response

data
Event · object[]
required
Last modified on June 18, 2026