Skip to main content
GET
/
payroll
/
runs
/
{year}
List payroll runs by tax year
curl --request GET \
  --url https://api.sandbox.flowpayroll.ai/v1/payroll/runs/{year} \
  --header 'X-Auth-Token: <api-key>'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

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

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

Path Parameters

year
integer
required

The year in format yyyy

Example:

2024

Query Parameters

pageSize
integer

The maximum number of payroll runs to return.

Required range: 1 <= x <= 100
paginationToken
string

The pagination token for the next page.

Response

Payroll runs listed successfully

The response is of type any.