Skip to main content
GET
Search Project Tasks

Authorizations

X-Api-Key
string
header
required

Path Parameters

project_id
string
required

Project ID

Example:

"ev:1234567789001"

Query Parameters

query
string

Search query

Example:

"Managem"

limit
integer

Max number of search results

Example:

10

searchInClosed
boolean

Should we search in closed/completed tasks?

Example:

false

searchInUnscheduled
boolean

Return unscheduled tasks (not in any section). Works without a query.

Example:

false

Response

OK

id
string
required
Example:

"ev:9876543210"

name
string
required
Example:

"Task Name"

projects
string[]
required

List of projects ID

Example:
section
number | null

Section ID

Example:

1234

labels
string[]
Example:
position
number
Example:

1

description
string | null
dueAt
string | null

Format: Y-m-d H:i:s

Example:

"2018-03-05 16:00:00"

status
enum<string>
Available options:
open,
closed
Example:

"open"

time
object
estimate
object
attributes
object

Custom attributes from integration

Example:
metrics
object

Custom metrics from integration

Example:
unbillable
boolean