Skip to main content

List Projects

List Projects

POST 

/api/2/auto_eval/project/list

List Projects.

Request

Body

    filters

    object

    query string

    search query substring match for name and description

    organizationId string

    search only projects associated with specific organization

Responses

Successful operation

Schema

    projects

    object[]

    required

  • Array [

  • id stringrequired
    createdAt date-timerequired
    updatedAt date-timerequired
    deletedAt date-time
    creatorId string
    name stringrequired
    description string
    organizationId string
    organizationName string
  • ]

  • totalCount integerrequired

    Total count of projects which can be listed with applicable filters, regardless of page size

Loading...