Skip to main content
GET
cURL

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Query Parameters

limit
integer<int64>
default:100

Limit the number of resources returned by the API

Required range: x >= 1
offset
integer<int64>
default:0

Offset the resources returned by the API

Required range: x >= 0
sort
string
default:""

Sorts the response data based on the value provided.

Available sort fields: created_at, updated_at.

Prefix with - for descending order.

For more information on sorting, see the docs

filter
string
default:""

Filters the response data based on the value provided.

Available filters:

  • organisation_in: Filter where the organisation ID is in the provided list.
  • scope_in: Filter by learning scope (organisation, project, agent).
  • source_type_in: Filter by source type (manual, comment, agent_proposed).
  • status_in: Filter by learning status (active, pending, archived).
  • project_in: Filter by project ID.
  • agent_in: Filter by agent ID.

For more information on using named filters, see the docs

include
enum<string>[]

A comma separated list of related resources to include.

Available options:
project,
agent,
source_comment

Response

List of learnings.

JSON API response object

data
A list of learnings · object[]
required
meta
object
required
jsonapi
object
required
included
object[]

Related resources that can be included when a learning is returned

A Plane project for organising AI agent issues