Docs

List Tasks

Retrieves a list of tasks from Podio.

GET

Query

Arguments
array of number

App ids to filter by.

boolean

True to get completed tasks, false to get active tasks.

string

Date or date range for the due date.

string

Field to group tasks by.

number

Label id to match.

string

Task reference in the form type:id.

number

Auth objects or user ids assigned to the task.

Uncommon arguments
string

Auth objects for who completed the task.

string

Date or date range for when the task was completed.

string

Auth objects for who created the task.

string

Date or date range for when the task was created.

number

App id the task was created through.

string

External id of the associated app item.

boolean

True to get tasks with files, false otherwise.

array of number

Organization ids to filter by.

boolean

True to get reassigned tasks, false otherwise.

array of number

Space ids to filter by.

string
PaginationRequest a specific window of rows with limit and offset. Learn more
number

Maximum number of rows to return.

number

Number of rows to skip.

SortingChoose the order of returned rows when this action supports sorting. Learn more
string

Comma-separated sort fields; prefix with - for descending.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.